home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / udev / udev.conf
Text File  |  2006-05-02  |  730b  |  22 lines

  1. # /etc/udev/udev.conf:  main config file for udev
  2. # $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/files/udev.conf.post_059,v 1.1 2005/07/03 07:11:11 gregkh Exp $
  3. #
  4. # This file can be used to override some of udev's default values
  5. # for where it looks for files, and where it places device nodes.
  6.  
  7.  
  8. # udev_root - where in the filesystem to place the device nodes
  9. udev_root="/dev/"
  10.  
  11. # udev_db - The name and location of the udev database.
  12. #           NOTE: this should be somewhere that is writable before
  13. #                 / is mounted rw, like /dev ...
  14. udev_db="/dev/.udevdb"
  15.  
  16. # udev_rules - The name and location of the udev rules file
  17. udev_rules="/etc/udev/rules.d/"
  18.  
  19. # udev_log - set to "yes" if you want logging
  20. udev_log="no"
  21.  
  22.